home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / MUBBS Tools1.0.cpt / MUBBS Tools ƒ / help / Modules / TFILES DOCS < prev    next >
Text File  |  1992-02-08  |  2KB  |  55 lines

  1.   ***- Gfiles Module -***
  2.      -   Version 1.0    -
  3.       By: Scott Szretter
  4.  (C)1991-1992 Scott Szretter - Please see the file "COPYRITE.SPS"
  5.  
  6. This is a module that will allow your users to view text files - list what are available, then select which to view... 
  7.  
  8. Text files can be restricted by security level.
  9.  
  10.     To install the module, copy it with resedit (it should be called 'gfiles' in the distibution arcive) into the mubbs modules file - renumbering if necessary.
  11.  
  12.    There should be a folder called 'gfiles' in the same directory as your 'modules' file.
  13.  
  14.   This folder should contain:
  15.     modulename.info  - Information about the text files
  16.                        available & security
  17.     modulename.help  - The user help screen
  18.     modulename.intro - The introduction screen
  19.  (Where modulename is the name of the module.  ('gfiles') in the distribution archive.)
  20.  
  21.   Edit these files with a plain text editor like Jolliwrite, or Vantage, or
  22. MacWrite and save as text.
  23.  
  24.     To call the module, simply call it by it's name.
  25.  
  26.  When the module is called, it will present the user with a menu of 5 commands.
  27.  
  28.   "Quit" will simply exit the user back to
  29.          the calling module or menu.
  30.   "Logoff" will log the user off of the system.
  31.   "Display" will display which text file the user
  32.           requests (by #)
  33.   "Files_available" will give the user a list of
  34.           the available text files.
  35.   "Help" will display the file gfiles.help in the wish folder. (modulename.help)
  36.  
  37. NOTE: Edit the .info file with a text editor.  The first line is the security level for the first file to be displayed.  The second line is the name (filename) of the file to be displayed - the is the actual name showed to the user...    And so on...   Example Below:
  38.  
  39. 5           < Security Level to view "TFile 1"
  40. TFile 1     < First text file - the user will see this name
  41. 22          < Security level to view "TFile 2"
  42. TFile2      < This is the second text file - user sees this name
  43. 6           < Security level to view "info File!"
  44. info File!  < Third text file - user sees this name
  45.  
  46.  
  47.     This module has been tested, but I take no responsibility for any damages that may occur from using this module.
  48.  
  49.  - Look for more good Modules by Scott Szretter of HMM BBS in Mass.
  50.   You may mail me on GEnie at "S.SZRETTER1"
  51.  
  52.   *** CHANGES IN GFILES ***
  53.  
  54.  NONE YET!!!!
  55.